Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 81ab9f5a2856cd45f8b4d300cac55387d76b70b4


Parents : 75c7e80
Author : Mark Qvist <mark@unsigned.io>
Date : 2021-05-20T22:57:46+02:00

Updated dependency versions

Changes

1 files changed, 2 insertions(+), 2 deletions(-)

M setup.py +2 -2

Diff

diff --git a/setup.py b/setup.py
index c1b2ef0..2828c76 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="lxmf",
- version="0.0.5",
+ version="0.0.6",
author="Mark Qvist",
author_email="mark@unsigned.io",
description="Lightweight Extensible Message Format for Reticulum",
@@ -18,6 +18,6 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
- install_requires=['rns>=0.2.0'],
+ install_requires=['rns>=0.2.1'],
python_requires='>=3.6',
)
\ No newline at end of file


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────